home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-11-19 | 518 b | 34 lines | [TEXT/MPS ] |
- /*
- File: SIVTableTest.exp
-
- Contains: Exports for SingleObject VTable tests
-
- Copyright: © 1992-1993 by Apple Computer, Inc., all rights reserved.
-
- */
-
-
- #include "SITestClasses.h"
-
-
- Library
- {
- id = "quin:test$VTableTestLibrary,1.2";
- version = 1.0…1.2;
- memory = client;
- flags = segUnload;
- };
-
- class TSITest1;
- class TSITest2;
- class TSITest3;
- class TSITest4;
- class TSITest5;
- class TNVTest1;
- class TNVTest2;
-
- FunctionSet VTableTestSet
- {
- id = "quin:test$VTableTests,1.2";
- exports = InitTestLibrary, GetStateValue;
- };